fix test-suite to build on ppc64el
authorThibaut Paumard <thibaut@debian.org>
Sun, 12 Apr 2020 11:47:29 +0000 (12:47 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Sun, 12 Apr 2020 11:47:29 +0000 (12:47 +0100)
commit7c6650c9aaae1fe0a22321ed3e6d77e1d4235df9
tree0adcee50341f1be68ddb64e04e79ceac19eda785
parente210432724bfbfb7d4771c9ab3a547517fdea24e
fix test-suite to build on ppc64el

Origin: Vendor
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848218
Forwarded: no
Last-Update: 2016-12-15

Test suite hangs on ppc64el. This is due to a bug in test/class/opal_fifo.c.
thread_test() must end with pthread_exit(NULL), not return NULL.
Last-Update: 2016-12-15
Gbp-Pq: Name opal_fifo.patch
test/class/opal_fifo.c